home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 2.11 / PCGAMER Disc 2.11 DEC 1996.iso / TEN / DATA.Z / tenscrpt.txt < prev    next >
Text File  |  1995-11-01  |  153b  |  12 lines

  1. proc main
  2.     delay 2
  3.     waitfor "user:"
  4.     transmit $USERID
  5.     transmit "^M"
  6.     waitfor "assword:"
  7.     transmit $PASSWORD
  8.     transmit "^M"
  9.     delay 5
  10. endproc
  11.  
  12.